home *** CD-ROM | disk | FTP | other *** search
- Path: southern.co.nz!not-for-mail
- From: matthewj@southern.co.nz (Matthew Jenkinson)
- Newsgroups: comp.lang.c
- Subject: Linking Microsoft OBJ's with Borland
- Date: 19 Feb 1996 00:37:27 GMT
- Organization: Southern InterNet Services
- Message-ID: <4g8go8$iio@orm.southern.co.nz>
- NNTP-Posting-Host: kalessin.southern.co.nz
- Keywords: BORALND MICROSOFT LINK
- X-Newsreader: TIN [UNIX 1.3 950621BETA PL0]
-
- Is it possible to link OBJ files compiled with a Microsoft C/C++ compiler
- with modules compiled in Borland C/C++. I have tried this and get a
- number of linker errors, in particular the following symbols undefined:
- __aFlmul, __aFldiv, __aFNalmul, __ffree and __fmalloc. I guess these are
- functions from the Microsoft libraries which are reuired by the modules
- output from their compiler. Unfortunately I am using the Borland
- compiler, linker etc. Is there anyway to resolve this issue? Should I
- write my own functions in Borland C++ to satisfy the linker? But then I
- would need to know what these functions do, what parameters they were
- expecting and their return types.
-
- Any help would be appreciated.
- Matthew.
-
-